home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / rkinst24.zip / VERSION.TXT < prev    next >
Text File  |  1994-08-08  |  5KB  |  121 lines

  1. Current version: 2.4d
  2.  
  3. Changes in 2.4d
  4. -the DOS version now also supports file splitting
  5.  
  6. Changes in 2.4c
  7. -the windows version is now able to split large files over
  8.  multiple disks. The default maximum size for a compressed
  9.  file is 1400 KB. To change this setting add the following
  10.  lines to the RKINSTAL.INI file in the windows directory:
  11.  
  12.  [Compress]
  13.  MaxSizeKB=1400
  14.  
  15.  and replace 1400 with the size of your choice in KB.
  16.  
  17.  *** Attention *** the file splitting is currently not
  18.                    supported by the DOS version !!! 
  19.  
  20.  The different parts of the compressed file must be in
  21.  the correct order on the distribution disks. That means
  22.  that part two must be on a disk # greater then part one
  23.  A valid exsample for a file in tree parts is:
  24.  part 1 on disk #2; part 2 on disk #3 and part 3 on disk #5
  25.  
  26.  *** Attention *** all parts must be listed in the .inf file !
  27.  
  28.  The first part has the ending $, the second ends in a 0, the
  29.  thrird in a 1 and so on. 
  30.  
  31.  ;description,name,(dir #),(sourcedir #),(diskette #),(Compressed),(AwRepl)
  32.  Big File Part 1=bigfile.ex$    1 1 2 Y A
  33.  Big File Part 2=bigfile.ex0    1 1 3 Y A
  34.  Big File Part 3=bigfile.ex1    1 1 5 Y A
  35.  
  36. Changes in 2.4b
  37. -When modifying files in the MODIFY section,
  38.  the program now also finds substrings
  39.  
  40. Changes in 2.4a
  41. -User definable color for font and background    ( [Application] section )
  42. -Single or no beep when changing disks           ( [Application] section )
  43. -Display of changing Bitmaps during installation ( [Bitmaps] section     )
  44.  
  45. Changes in 2.3g:
  46. - filegroups can now be preselected              ( [FileGroups] section  ) 
  47.  
  48. Changes in 2.3f:
  49. - modified loader program
  50. - small internal changes in instmain.exe
  51. - additional libraries
  52. - problems with the DOS file compression solved
  53.  
  54. --------------------------------------------------------------------------
  55.  
  56. Syntax:
  57.  
  58. [Application]
  59. TextColor=r:200 g:167 b:100
  60. TopColor=b:255
  61. BottomColor=r:100 b:60
  62.  
  63. ; TextColor defines the color for the title. TopColor is the color of the
  64. ; background at the top of the screen and BottomColor is the background
  65. ; color at the bottom of the screen. All colors are RGB colors. You can
  66. ; specify values ranging from 0 to 255 for all color channels. If a color
  67. ; channel is not specified, the corresponding value is zero.
  68. ; TopColor=b:255 is the same as TopColor=r:0 g:0 b:255
  69. ; The program uses a color palette if available.
  70.  
  71. [Bitmaps]
  72. 1=pic1.bmp frame=40:20:70:65
  73. 2=pic2.bm$ frame=55:50:90:95 stretch
  74.  
  75. ; The bitmap file pic1.bmp is displayed when the install program starts
  76. ; copying the files from disk #1. The file must be on disk 1 !
  77. ; The bitmap is displayed in a frame, defined by the upper left and the
  78. ; lower right corner. ( frame=left:top:right:bottom )
  79. ; All values are in % of the screen width and height. 
  80. ; eg. 50 means 50% of the screen dimensions. If you use a VGA display
  81. ; with 640 pixels this means pixel no. 320
  82. ; The bitmap is displayed in it's original dimension unless you add
  83. ; the optional stretch keyword.
  84. ; Currently the program supports only bitmaps with the 16 system colors
  85. ; or black and white bitmaps.
  86. ; To save disk space, you can compress the bitmaps.
  87. ;
  88. ; If you want to display more than one bitmap per disk, you can define
  89. ; pseudo disks.
  90. ;
  91. ; [Disks]
  92. ; 1=Install Disk 1
  93. ; 2=Install Disk 1
  94. ; 3=Install Disk 2
  95. ; 4=Install Disk 2
  96. ; 5=Install Disk 2
  97. ; 6=Install Disk 3
  98. ;
  99. ; If the user has to insert a new disk, the program displays the text
  100. ; defined in the disk section and not the disk number. In the above
  101. ; example you can have two bitmaps on disk 1, tree bitmaps on disk 2
  102. ; and one bitmap on disk 3.
  103. ; The program starts with the files on pseudo disk #1 (which is actually
  104. ; disk 1). Next it copys the files on pseudo disk #2 (which is also the
  105. ; physical disk 1). The program promps for the disk change only if it
  106. ; cannot find the file. The files of disk #2 are on the first disk so
  107. ; that there is no need for a change disk message. When the program comes
  108. ; to the files of disk #3 (who are on the second disk) it cannot find them
  109. ; and displays the change disk message for disk #3. In the disk section
  110. ; the message is defined as 3=Install Disk 2 and that means the user has
  111. ; the message 'insert Install Disk 2' on the screen.
  112.  
  113. [FileGroups]
  114. 1=Name of group 1
  115. 2=Name of Group 2
  116. 3=Name of Group 3
  117. 4=Name of group 4
  118. selected=134              ; groups 1, 3 and 4 are preselected
  119. always=13          ; groups 1 and 3 are always selected and can
  120.               ; not be disabled
  121.